Skip to content

chore(main): release 1.0.0#163

Merged
KaviarasuSakthivadivel merged 1 commit into
mainfrom
release-please--branches--main
May 26, 2026
Merged

chore(main): release 1.0.0#163
KaviarasuSakthivadivel merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.0.0 (2026-05-22)

⚠ BREAKING CHANGES

  • DataCloudResultSet is now a class instead of an interface; StreamingResultSet, DataCloudMetadataResultSet, SimpleResultSet, ColumnAccessor are removed; metadata int-column getDate/getTime/getTimestamp throw SQLException (was UnsupportedOperationException); getTypeInfo() boolean columns are typed BOOLEAN instead of VARCHAR (getObject returns Boolean, not String); getColumnTypeName on metadata result sets returns the JDBC type name (VARCHAR/SMALLINT/INTEGER/BOOLEAN) instead of the prior Hyper-flavored labels (TEXT/SHORT/INTEGER/BOOL); ps.setObject with Types.VARCHAR rejects non-String/byte[] payloads; integer-family and DECIMAL setters reject out-of-range values instead of silently narrowing.

Features

  • add support for using CDP auth token directly (#177) (ecce116)
  • Avatical Removal Part 3/3 - Remove Avatica dependency completely (#166) (0e7d912)
  • expose DataCloudStatement.getQueryStatus() with execution stats (#178) (d4b1dcf)
  • Expose query execution statistics in QueryStatus (#164) (f01c77a)
  • implement timezone and timestamp handling with JDBC 4.2 support (#158) (d0301f5)
  • Improve authentication error logging and retry handling (#140) (0d42ad1)
  • Improve virtual thread compatibility (#165) (18d9f38)

Bug Fixes

  • async interrupt race condition in SyncIteratorAdapter (#170) (e81a0e6)
  • correct DatabaseMetaData.getTableTypes() to return table type names (#162) (a5399bb)
  • don't return garbage values instead of null under arrow.enable_null_check_for_get=false (#187) (a3f8712)
  • JDBC spec compliance and small metadata bug fixes (#171) (5a78b40)
  • propagate caller ThreadLocals to follow-up gRPC calls in async iterators (#181) (7ac79f8)
  • support getObject(Class) with identity class type in QueryJDBCAccessor (#186) (f47714f)
  • Upgrade 3PP versions and fix gRPC stream leak exposed by gRPC 1.80 (#168) (c0d2086)

Code Refactoring

  • unify ResultSet implementations on Arrow-backed path (#175) (9760106)

This PR was generated with Release Please. See documentation.

@codecov

codecov Bot commented Mar 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.95%. Comparing base (a3f8712) to head (971b05d).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #163   +/-   ##
=========================================
  Coverage     80.95%   80.95%           
  Complexity     1723     1723           
=========================================
  Files           123      123           
  Lines          5042     5042           
  Branches        523      523           
=========================================
  Hits           4082     4082           
  Misses          728      728           
  Partials        232      232           
Components Coverage Δ
JDBC Core 80.98% <ø> (ø)
JDBC Main 57.42% <ø> (ø)
JDBC HTTP 90.55% <ø> (ø)
JDBC Utilities 65.25% <ø> (ø)
Spark Datasource ∅ <ø> (∅)

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions github-actions Bot changed the title chore(main): release 0.42.3 chore(main): release 0.43.0 Mar 20, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from b94bf10 to 3115fbc Compare March 20, 2026 22:44
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 3115fbc to bb675e0 Compare March 31, 2026 19:21
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 3 times, most recently from e5adf49 to 94d6a15 Compare April 14, 2026 19:56
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 94d6a15 to 31e0c43 Compare April 16, 2026 22:34
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from d6ad675 to ee6a4ec Compare April 23, 2026 15:40
@KaviarasuSakthivadivel KaviarasuSakthivadivel force-pushed the release-please--branches--main branch from ee6a4ec to d70ec08 Compare April 29, 2026 22:24
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from b1b40fc to c9b9ee9 Compare May 5, 2026 22:47
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 3 times, most recently from ff2c500 to 0b6a130 Compare May 11, 2026 20:51
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 0b6a130 to 24ed121 Compare May 15, 2026 09:14
@github-actions github-actions Bot changed the title chore(main): release 0.43.0 chore(main): release 1.0.0 May 20, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 24ed121 to 706e474 Compare May 20, 2026 14:35
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from 445f4bd to 6b7bb41 Compare May 22, 2026 19:22
@KaviarasuSakthivadivel KaviarasuSakthivadivel merged commit 11f8749 into main May 26, 2026
13 checks passed
@KaviarasuSakthivadivel KaviarasuSakthivadivel deleted the release-please--branches--main branch May 26, 2026 17:07
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants